home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / nt4.0 server / QMS2025.PP_ / qms2025.ppd
Text File  |  1996-04-25  |  14KB  |  442 lines

  1. *% Adobe Systems Printer Description File
  2. *% For "QMS 2025 Print System" version 2011.22
  3. *% Date: 02/10/93
  4. *FormatVersion: "4.0"
  5. *FileVersion: "1.0"
  6. *PCFileName: "QMS2025.PPD"
  7. *LanguageVersion: English
  8.  
  9. *Product: "(QMS 2025 Print System)"
  10. *PSVersion: "(2011.22) 17"
  11. *ModelName: "QMS 2025 Print System"
  12. *NickName: "QMS 2025 Print System"
  13.  
  14. *% General Information and Defaults ===============
  15. *FreeVM: "486838"
  16. *LanguageLevel: "2"
  17. *ColorDevice: False
  18. *DefaultColorSpace: Gray
  19. *VariablePaperSize: False
  20. *FileSystem: True
  21. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  22. *Throughput: "20"
  23. *Password: "0"
  24. *ExitServer: "
  25.   count 0 eq {  % is the password on the stack?
  26.     true
  27.   }{
  28.     dup % potential password
  29.     statusdict begin checkpassword end not
  30.   } ifelse
  31.   {  %  if no password or not valid
  32.     (WARNING : Cannot perform the exitserver command.) =
  33.     (Password supplied is not valid.) =
  34.     (Please contact the author of this software.) = flush
  35.     quit
  36.   } if
  37.   serverdict begin exitserver
  38. "
  39. *End
  40.  
  41. *Reset: "
  42.   count 0 eq {  % is the password on the stack?
  43.     true
  44.   }{
  45.     dup % potential password
  46.     statusdict begin checkpassword end not
  47.   } ifelse
  48.   {  %  if no password or not valid
  49.     (WARNING : Cannot reset printer.) =
  50.     (Password supplied is not valid.) =
  51.     (Please contact the author of this software.) = flush
  52.     quit
  53.   } if
  54.   serverdict begin exitserver
  55.   systemdict /quit get exec
  56.   (WARNING : Printer Reset Failed.) = flush
  57. "
  58. *End
  59.  
  60. *OpenUI *Resolution: PickOne
  61. *OrderDependency: 2 AnySetup *Resolution
  62. *DefaultResolution: 300dpi
  63. *Resolution 400dpi: "statusdict begin 400 setresolution end "
  64. *Resolution 300dpi: "statusdict begin 300 setresolution end "
  65. *?Resolution: "
  66. save
  67.   statusdict begin resolution end
  68.   128 string cvs dup print (x) print print (dpi) = flush
  69. restore
  70. "
  71. *End
  72. *CloseUI: *Resolution
  73.  
  74. *% Halftone Information ===============
  75. *ScreenFreq: "60.0"
  76. *ScreenAngle: "45.0"
  77. *DefaultScreenProc: Dot
  78. *ScreenProc Dot: "
  79. { dup mul exch dup mul add 1 exch sub }
  80. "
  81. *End
  82. *ScreenProc Line: "{ pop }"
  83. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  84.  
  85. *DefaultTransfer: Null
  86. *Transfer Null: "{ }"
  87. *Transfer Null.Inverse: "{ 1 exch sub }"
  88. *Transfer Normalized: "{ }"
  89. *Transfer Normalized.Inverse: "{ 1 exch sub }"
  90.  
  91. *% Paper Handling ===================
  92.  
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion or PaperTray.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 20 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "statusdict begin lettertray end"
  99. *PageSize Legal: "statusdict begin legaltray end"
  100. *PageSize Tabloid: "statusdict begin 11x17tray end"
  101. *PageSize Executive: "statusdict begin executivetray end"
  102. *PageSize A3: "statusdict begin a3tray end"
  103. *PageSize A4: "statusdict begin a4tray end"
  104. *PageSize A5: "statusdict begin a5tray end"
  105. *PageSize B4: "statusdict begin b4tray end"
  106. *PageSize B5: "statusdict begin b5tray end"
  107. *?PageSize: "
  108.  save statusdict begin
  109.   20 dict begin
  110.    /letter (Letter) def 
  111.    /legal (Legal) def
  112.    /11x17 (Tabloid) def 
  113.    /a3 (A3) def 
  114.    /a4 (A4) def
  115.    /a5 (A5) def 
  116.    /b4 (B4) def
  117.    /b5 (B5) def 
  118.    /executivepage (Executive) def
  119.    papersize 
  120.    {load exec} stopped not{= flush}if
  121.   end
  122.  end restore
  123. "
  124. *End
  125. *CloseUI: *PageSize
  126.  
  127. *% These entries will set up the frame buffer. Usually used with manual feed.
  128. *% PageMaker 4.2 and Freehand 3.1 use this PageRegion command.
  129. *OpenUI *PageRegion: PickOne
  130. *OrderDependency: 20 AnySetup *PageRegion
  131. *DefaultPageRegion: Letter
  132. *PageRegion Letter: "statusdict begin letter /QMSpaper {letter} def end"
  133. *PageRegion Legal: "statusdict begin legal /QMSpaper {legal} def end"
  134. *PageRegion Tabloid: "statusdict begin 11x17 /QMSpaper {11x17} def end"
  135. *PageRegion Executive: "statusdict begin executivepage /QMSpaper {executivepage} def end"
  136. *PageRegion A3: "statusdict begin a3 /QMSpaper {a3} def end"
  137. *PageRegion A4: "statusdict begin a4 /QMSpaper {a4} def end"
  138. *PageRegion A5: "statusdict begin a5 /QMSpaper {a5} def end"
  139. *PageRegion B4: "statusdict begin b4 /QMSpaper {b4} def end"
  140. *PageRegion B5: "statusdict begin b5 /QMSpaper {b5} def end"
  141. *CloseUI: *PageRegion
  142.  
  143. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  144. *% These errors should be trapped by software and a message displayed
  145. *% These are commented out for compatibility with V4 ppd spec
  146. *% Freehand 3.1  uses this PaperTray command.
  147. *OpenUI *PaperTray: PickOne
  148. *OrderDependency: 20 AnySetup *PaperTray
  149. *DefaultPaperTray: Letter
  150. *PaperTray Letter: "statusdict begin letter end"
  151. *PaperTray Legal: "statusdict begin legal end"
  152. *PaperTray Tabloid: "statusdict begin 11x17 end"
  153. *PaperTray Executive: "statusdict begin executivepage end"
  154. *PaperTray A3: "statusdict begin a3 end"
  155. *PaperTray A4: "statusdict begin a4 end"
  156. *PaperTray A5: "statusdict begin a5 end"
  157. *PaperTray B4: "statusdict begin b4 end"
  158. *PaperTray B5: "statusdict begin b5 end"
  159. *?PaperTray: "
  160.  save statusdict begin
  161.   20 dict begin
  162.    /letter (Letter) def 
  163.    /legal (Legal) def
  164.    /11x17 (Tabloid) def 
  165.    /a3 (A3) def 
  166.    /a4 (A4) def
  167.    /a5 (A5) def 
  168.    /b4 (B4) def
  169.    /b5 (B5) def 
  170.    /executivepage (Executive) def
  171.    papersize pop
  172.    {load exec} stopped not{= flush}if
  173.   end
  174.  end restore
  175. "
  176. *End
  177. *CloseUI: *PaperTray
  178.  
  179. *% The following entries provide information about specific paper keywords.
  180. *DefaultImageableArea: Letter
  181. *ImageableArea Letter: "12 12 600 780 "
  182. *ImageableArea Legal: "12 12 601 996 "
  183. *ImageableArea Tabloid: "12 12 780 1212 "
  184. *ImageableArea Executive: "12 12 528 745 "
  185. *ImageableArea A3: "12 12 829 1178 "
  186. *ImageableArea A4: "12 12 583 829 "
  187. *ImageableArea A5: "12 13 407 583 "
  188. *ImageableArea B4: "12 12 716 1019 "
  189. *ImageableArea B5: "12 12 503 716 "
  190. *?ImageableArea: "
  191.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  192.   newpath clippath pathbbox
  193.   4 -2 roll exch 2 {ceiling cvp} repeat
  194.   exch 2 {floor cvp} repeat flush
  195.  restore
  196. "
  197. *End
  198.  
  199.  
  200. *% These provide the physical dimensions of the paper (by keyword)
  201. *DefaultPaperDimension: Letter
  202. *PaperDimension Letter: "612 792"
  203. *PaperDimension Legal: "612 1008"
  204. *PaperDimension Tabloid: "792 1224"
  205. *PaperDimension Executive: "540 756"
  206. *PaperDimension A3: "842 1191"
  207. *PaperDimension A4: "596 842"
  208. *PaperDimension A5: "420 596"
  209. *PaperDimension B4: "729 1032"
  210. *PaperDimension B5: "516 729"
  211.  
  212. *OpenGroup: PaperHandling
  213. *OpenUI *OutputBin: PickOne
  214. *OrderDependency: 20 AnySetup *OutputBin
  215. *DefaultOutputBin: Upper
  216. *OutputBin Upper: "statusdict begin 1 setoutputtray end"
  217. *OutputBin Lower: "statusdict begin 2 setoutputtray end"
  218. *OutputBin Side: "statusdict begin 3 setoutputtray end"
  219. *OutputBin Any: "statusdict begin -1 setoutputtray end"
  220. *CloseUI: *OutputBin
  221.  
  222. *OpenUI *InputSlot: PickOne
  223. *OrderDependency: 20 AnySetup *InputSlot
  224. *DefaultInputSlot: Upper
  225. *InputSlot Upper: "statusdict begin 
  226.    1 setpapertray 
  227.      statusdict /QMSpaper known
  228.      {QMSpaper} if
  229.    end"
  230. *End
  231. *InputSlot Lower: "statusdict begin 
  232.    2 setpapertray 
  233.      statusdict /QMSpaper known
  234.      {QMSpaper} if
  235.    end"
  236. *End
  237. *InputSlot LargeCapacity: "statusdict begin 
  238.    3 setpapertray 
  239.      statusdict /QMSpaper known
  240.      {QMSpaper} if
  241.    end"
  242. *End
  243. *?InputSlot: "
  244.  save statusdict begin
  245.   5 dict begin
  246.    /1 (Upper) def
  247.    /2 (Lower) def
  248.    /3 (LargeCapacity) def
  249.    papertray
  250.      {( ) cvs cvn load exec} stopped not{= flush}if
  251.   end
  252.  end restore
  253. "
  254. *End
  255. *CloseUI: *InputSlot
  256.  
  257. *DefaultManualFeed: False
  258. *?ManualFeed: "
  259.   statusdict /manualfeed get
  260.   {(True)}{(False)}ifelse = flush"
  261. *End
  262. *ManualFeed True: "statusdict begin /manualfeed true store end"
  263. *ManualFeed False: "statusdict begin /manualfeed false store end"
  264.  
  265. *DefaultOutputOrder: Normal
  266. *OutputOrder Normal: "statusdict begin 1 setoutputtray end"
  267. *OutputOrder Reverse: "statusdict begin 2 setoutputtray end"
  268.  
  269. *DefaultCollator: None
  270. *DefaultSorter: None
  271.  
  272. *OpenUI *Duplex: PickOne
  273. *OrderDependency: 10 AnySetup *Duplex
  274. *DefaultDuplex: None
  275. *Duplex None: "statusdict begin false setduplexmode false settumble end"
  276. *Duplex DuplexNoTumble: "statusdict begin true setduplexmode false settumble end"
  277. *Duplex DuplexTumble: "statusdict begin true setduplexmode true settumble end"
  278. *?Duplex: "
  279. statusdict begin
  280. duplexmode
  281. { tumble
  282.   { (DuplexTumble) }
  283.   { (DuplexNoTumble) }
  284.   ifelse
  285. }
  286. { (None)}
  287. ifelse
  288. = flush
  289. end
  290. "
  291. *End
  292. *CloseUI: *Duplex
  293. *CloseGroup: PaperHandling
  294.  
  295. *% Font Information =====================
  296.  
  297. *DefaultFont: Courier
  298. *Font AGaramond-Bold: Standard "(001.000)"
  299. *Font AGaramond-BoldItalic: Standard "(001.000)"
  300. *Font AGaramond-Italic: Standard "(001.000)"
  301. *Font AGaramond-Regular: Standard "(001.000)"
  302. *Font AGaramond-Semibold: Standard "(001.000)"
  303. *Font AGaramond-SemiboldItalic: Standard "(001.000)"
  304. *Font AvantGarde-Book: Standard "(001.002)"
  305. *Font AvantGarde-BookOblique: Standard "(001.002)"
  306. *Font AvantGarde-Demi: Standard "(001.003)"
  307. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  308. *Font Bookman-Demi: Standard "(001.001)"
  309. *Font Bookman-DemiItalic: Standard "(001.001)"
  310. *Font Bookman-Light: Standard "(001.001)"
  311. *Font Bookman-LightItalic: Standard "(001.001)"
  312. *Font Courier: Standard "(002.003)"
  313. *Font Courier-Bold: Standard "(002.003)"
  314. *Font Courier-BoldOblique: Standard "(002.003)"
  315. *Font Courier-Oblique: Standard "(002.003)"
  316. *Font Helvetica: Standard "(001.006)"
  317. *Font Helvetica-Bold: Standard "(001.007)"
  318. *Font Helvetica-BoldOblique: Standard "(001.007)"
  319. *Font Helvetica-Condensed: Standard "(001.001)"
  320. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  321. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  322. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  323. *Font Helvetica-Narrow: Standard "(001.006)"
  324. *Font Helvetica-Narrow-Bold: Standard "(001.007)"
  325. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007)"
  326. *Font Helvetica-Narrow-Oblique: Standard "(001.006)"
  327. *Font Helvetica-Oblique: Standard "(001.006)"
  328. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  329. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  330. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  331. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  332. *Font Palatino-Bold: Standard "(001.002)"
  333. *Font Palatino-BoldItalic: Standard "(001.002)"
  334. *Font Palatino-Italic: Standard "(001.002)"
  335. *Font Palatino-Roman: Standard "(001.001)"
  336. *Font Symbol: Special "(001.007)"
  337. *Font Times-Bold: Standard "(001.007)"
  338. *Font Times-BoldItalic: Standard "(001.009)"
  339. *Font Times-Italic: Standard "(001.007)"
  340. *Font Times-Roman: Standard "(001.007)"
  341. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  342. *Font ZapfDingbats: Special "(001.002)"
  343. *?FontQuery: "
  344. save  4 dict begin /sv exch def
  345. /str (fonts/                              ) def
  346. /st2 128 string def
  347. {
  348.   count 0 gt {
  349.     dup st2 cvs (/) print print (:) print
  350.     dup FontDirectory exch known {pop (Yes)}{
  351.      str exch st2 cvs dup length /len exch def
  352.      6 exch putinterval str 0 len 6 add getinterval mark exch
  353.      { } st2 filenameforall counttomark 0 gt {
  354.       cleartomark (Yes)}{cleartomark (No)}ifelse
  355.     }ifelse = flush
  356.   }{ exit } ifelse
  357. } bind loop
  358. (*) = flush
  359. sv end restore
  360. "
  361. *End
  362.  
  363. *?FontList: "
  364. save  2 dict begin /sv exch def
  365. /str 128 string def
  366. FontDirectory { pop == } bind forall flush
  367. /filenameforall where { 
  368.  pop save (fonts/*) { 
  369.   dup length 6 sub 6 exch getinterval cvn == 
  370.  } bind str filenameforall flush restore
  371. } if 
  372. (*) = flush
  373. sv end restore
  374. "
  375. *End
  376.  
  377. *% Printer Messages (verbatim from printer):
  378. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  379. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  380. *Message: "\FontName\ not found, using Courier"
  381.  
  382. *% Status (format: %%[ status: <one of these> ]%% )
  383. *Status: "idle"
  384. *Status: "busy"
  385. *Status: "waiting"
  386. *Status: "printing"
  387. *Status: "warming up"
  388.  
  389. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  390. *Source: "serial25"
  391. *Source: "AppleTalk"
  392. *Source: "Centronics"
  393. *Source: "Optional I/O"
  394.  
  395. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  396. *PrinterError: "Paper Out"
  397. *PrinterError: "Paper Jam"
  398. *PrinterError: "Off line"
  399.  
  400. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  401.  
  402. *% Color Separation Information =====================
  403.  
  404. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  405.  
  406. *InkName: ProcessBlack/Process Black
  407. *InkName: CustomColor/Custom Color
  408. *InkName: ProcessCyan/Process Cyan
  409. *InkName: ProcessMagenta/Process Magenta
  410. *InkName: ProcessYellow/Process Yellow
  411.  
  412. *%  For 60 lpi / 300 dpi  ===============================
  413.  
  414. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  415. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  416. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  417. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  418. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  419.  
  420. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  421. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  422. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  423. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  424. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  425.  
  426. *%  For 53 lpi / 300 dpi  ===============================
  427.  
  428. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  429. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  430. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  431. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  432. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  433.  
  434. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  435. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  436. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  437. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  438. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  439.  
  440. *% end of PPD file for QMS 2025 Print System
  441.  
  442.